Skip to content

Feature/side view#184

Merged
ZainabImadulla merged 7 commits intomainfrom
feature/side-view
Nov 24, 2025
Merged

Feature/side view#184
ZainabImadulla merged 7 commits intomainfrom
feature/side-view

Conversation

@manueltorres0
Copy link
Copy Markdown
Contributor

#152

  • added the component
  • did not really reuse the tables becuase they sort on the backend, and it was more readable and less code to use an
    entirely new tan-stack table
  • fixed the pagination controls for both tables to better fit the figma design
  • added a count to the backend endpoint to fix the wonky last page check

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • New and existing unit tests pass locally with my changes

Copy link
Copy Markdown
Contributor

@ZainabImadulla ZainabImadulla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks amazing so far 🚀 just a few small changes

@@ -9,15 +9,15 @@ interface DisasterLabelProps {
editableTags: boolean;
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If these need to be used in other files, consider moving these to the types folder

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are only used in that file.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are getting used in the side-view component as well

@@ -9,15 +9,15 @@ interface DisasterLabelProps {
editableTags: boolean;
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are getting used in the side-view component as well

Copy link
Copy Markdown
Contributor

@ZainabImadulla ZainabImadulla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LETS GOOO

@ZainabImadulla ZainabImadulla merged commit bb37713 into main Nov 24, 2025
3 checks passed
@ZainabImadulla ZainabImadulla deleted the feature/side-view branch November 24, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants